projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11f4214
)
Add prettified version of \\Bbb{Q}.
author
Tassilo Horn
<tsdh@gnu.org>
Tue, 6 Oct 2015 18:58:47 +0000
(20:58 +0200)
committer
Tassilo Horn
<tsdh@gnu.org>
Tue, 6 Oct 2015 19:00:02 +0000
(21:00 +0200)
* lisp/textmodes/tex-mode.el (tex--prettify-symbols-alist): Add
prettified version for \\Bbb{Q}.
lisp/textmodes/tex-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/tex-mode.el
b/lisp/textmodes/tex-mode.el
index cbeded2c61bd485c8ee6a027c212519ec42f7a00..ef9c71c1bb02eaf4bda92f20198cf472106d8896 100644
(file)
--- a/
lisp/textmodes/tex-mode.el
+++ b/
lisp/textmodes/tex-mode.el
@@
-3375,6
+3375,7
@@
There might be text before point."
("\\wr" . ?≀)
("\\Bbb{N}" . ?ℕ) ; AMS commands for blackboard bold
("\\Bbb{P}" . ?ℙ) ; Also sometimes \mathbb.
+ ("\\Bbb{Q}" . ?ℚ)
("\\Bbb{R}" . ?ℝ)
("\\Bbb{Z}" . ?ℤ)
("--" . ?–)